The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "catalyst::plugin::session::store::fastmmap"

Catalyst::Plugin::Session::Store::FastMmap - FastMmap session storage backend. River stage two • 12 direct dependents • 13 total dependents

"Catalyst::Plugin::Session::Store::FastMmap" is a fast session storage plugin for Catalyst that uses an mmap'ed file to act as a shared memory interprocess cache. It is based on Cache::FastMmap. METHODS get_session_data store_session_data delete_sess...

BOBTFISH/Catalyst-Plugin-Session-Store-FastMmap-0.16 - 31 Jan 2012 09:29:16 UTC - Search in distribution

Starch - A framework independent HTTP session library. River stage two • 10 direct dependents • 10 total dependents

Welcome to Starch! Starch solves the problems introduced when complex HTTP session libraries are written as web framework built-ins. When complex libraries like these are tied directly into a web framework they become much more difficult to test, dif...

BLUEFEET/Starch-0.14 - 13 May 2019 02:14:22 UTC - Search in distribution

Catalyst::Upgrading - Instructions for upgrading to the latest Catalyst River stage three • 603 direct dependents • 677 total dependents

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

OpusVL::AppKit::Builder River stage zero No dependents

This extends CatalystX::AppBuilder so the OpusVL::AppKit can be inherited. Here we set the configuration required for the AppKit to run (inside another app) The supporting files like templates etc. are stored in the modules 'auto' directory see. L<Fi...

NEWELLC/OpusVL-AppKit-2.29 - 03 Jan 2017 20:18:45 UTC - Search in distribution

Catalyst::Plugin::RequestToken - (DEPRECATED) Handling transaction token for Catalyst River stage zero No dependents

This plugin create, remove and validate transaction token, to be used for enforcing a single request for some transaction, for exapmle, you can prevent duplicate submits. Note: REQUIRES a session plugin like Catalyst::Plugin::Session to store server ...

HIDE/Catalyst-Plugin-RequestToken-0.06 - 04 Jun 2008 17:31:20 UTC - Search in distribution

Catalyst::Plugin::Session - Generic Session plugin - ties together server side storage and client side state required to maintain session data. River stage three • 76 direct dependents • 136 total dependents

The Session plugin is the base of two related parts of functionality required for session management in web applications. The first part, the State, is getting the browser to repeat back a session key, so that the web application can identify the cli...

HAARG/Catalyst-Plugin-Session-0.43 - 03 Jun 2022 14:15:38 UTC - Search in distribution

Catalyst::Manual::Cookbook - Cooking with Catalyst River stage two • 2 direct dependents • 11 total dependents

Yummy code like your mum used to bake!...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

Catalyst::Controller::RequestToken - Handling transaction tokens across forms River stage zero No dependents

This controller enables to enforce a single transaction across multiple forms. Using a token, you can prevent duplicate submits and protect your app from CSRF atacks. This module REQUIRES Catalyst::Plugin::Session to store server side token....

HIDE/Catalyst-Controller-RequestToken-0.07 - 09 Aug 2012 09:46:40 UTC - Search in distribution

Catalyst::Plugin::Authentication::Store::HTTP - Remote HTTP authentication storage River stage zero No dependents

This module is Catalyst authentication storage plugin that authenticates based on a URL HTTP HEAD fetch using the supplied credentials. If the fetch succeeds then the authentication succeeds. LWP::UserAgent is used to fetch the URL which requires aut...

TYPESTER/Catalyst-Plugin-Authentication-Store-HTTP-0.05 - 21 Sep 2006 17:08:56 UTC - Search in distribution

Catalyst::Plugin::PluginLoader - Load Catalyst Plugins from Config River stage zero No dependents

Allows you to load Catalyst plugins from your app config file. Plugin order is the same as if you put the plugins after PluginLoader in the "use Catalyst" line. Roles will be loaded as well, however "around 'setup'" will not work yet. This is a COLOS...

RKITOVER/Catalyst-Plugin-PluginLoader-0.04 - 26 May 2009 23:26:49 UTC - Search in distribution

Catalyst::Plugin::Authentication::LDAP - LDAP Authentication for Catalyst *DEPRECATED, use Store::LDAP instead* River stage zero No dependents

This plugin allows you to authenticate your web users using an LDAP server. See the Configuration section for more details on how to set it up. This module was designed with Active Directory in mind and has not yet been tested using other LDAP server...

AGRUNDMA/Catalyst-Plugin-Authentication-LDAP-0.02 - 12 Feb 2007 20:17:43 UTC - Search in distribution

Catalyst::Plugin::Session::Flex - Apache::Flex sessions for Catalyst River stage zero No dependents

Session management using Apache::Session via Apache::Session::Flex EXTENDED METHODS finalize...

RCONOVER/Catalyst-Plugin-Session-Flex-0.07 - 17 Oct 2005 22:05:27 UTC - Search in distribution

Catalyst::Plugin::Session::Manager - session manager for Catalyst (deprecated on 5.5) River stage zero No dependents

This module provides session handlers for separated two processes, one is to store data on server-side, another is on client-side. Set manager on server-side with 'storage' parameter in configuration. And set client-side manager with 'client'. If you...

LYOKATO/Catalyst-Plugin-Session-Manager-0.07 - 24 Nov 2005 12:59:14 UTC - Search in distribution

Catalyst::Plugin::Session::State::URI - Use URIs to pass the session id between requests River stage one • 2 direct dependents • 3 total dependents

In order for Catalyst::Plugin::Session to work the session ID needs to be available on each request, and the session data needs to be stored on the server. This plugin puts the session id into URIs instead of something like a cookie. By default, it r...

BOBTFISH/Catalyst-Plugin-Session-State-URI-0.15 - 23 Sep 2010 18:34:19 UTC - Search in distribution

Catalyst::Plugin::Session::CGISession - use CGI::Session for persistent session data River stage zero No dependents

This plugin provides the same functionality as the original Session::FastMmap plugin but uses the CGI::Session module for the session data management. The motivations to develop this plugin were: * provide better session data expiration handling, as ...

TSHINNIC/Catalyst-Plugin-Session-CGISession-0.04 - 02 Nov 2005 05:02:22 UTC - Search in distribution

Catalyst::Plugin::Session::State::Cookie - Maintain session IDs using cookies. River stage two • 40 direct dependents • 55 total dependents

In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism....

HAARG/Catalyst-Plugin-Session-State-Cookie-0.18 - 27 Aug 2020 14:13:37 UTC - Search in distribution

Catalyst::Plugin::Authentication::Credential::AOL - AOL OpenAuth credential River stage zero No dependents

Catalyst::Plugin::Authentication::Credential::AOL is a Catalyst Authentication credential plugin for AOL OpenAuth. Since AOL does OpenID you can just use OpenID credential, but OpenAuth gives more granular control over authentication....

MIYAGAWA/Catalyst-Plugin-Authentication-Credential-AOL-0.02 - 27 Apr 2007 06:56:47 UTC - Search in distribution

Book::Chinese::MasterPerlToday::Catalyst - Catalyst Framework River stage zero No dependents

本章主要介绍如何使用 Catalyst 来构建一个程序。 cpan> install Catalyst::Runtime cpan> install Catalyst::Devel cpan> install Catalyst::Manual 详尽的文档请参阅 Catalyst::Manual 前言 所有模块或工具的用意都在于简化您任务所需的代码。 Catalyst 采用当前最流行的 MVC 结构。 * V(View) MVC 中的 V 是比较清晰的,输出可以是直接的文本($c->res->bo...

FAYLAND/Book-Chinese-MasterPerlToday-0.02 - 31 Aug 2009 05:35:44 UTC - Search in distribution

Catalyst::Authentication::Credential::Flickr - Flickr authentication for Catalyst River stage zero No dependents

This module handles Flickr API authentication in a Catalyst application. When Catalyst::Plugin::Authentication 0.10 was released, the API had changed, resulting in broken code when using Catalyst::Plugin::Authentication::Credential::Flickr. This modu...

BLOM/Catalyst-Authentication-Credential-Flickr-0.04 - 08 Oct 2008 23:09:01 UTC - Search in distribution

Catalyst::Plugin::Session::Store::Memcached - Memcached storage backend for session data. River stage one • 1 direct dependent • 1 total dependent

"Catalyst::Plugin::Session::Store::Memcached" is a session storage plugin for Catalyst that uses the Cache::Memcached::Managed module to connect to memcached, a fast data caching server. METHODS get_session_data store_session_data delete_session_data...

JJNAPIORK/Catalyst-Plugin-Session-Store-Memcached-0.05 - 05 Apr 2012 14:39:19 UTC - Search in distribution
31 results (0.076 seconds)